applyArg

open override fun applyArg(scopeValue: V, argValue: String): R

Applies the parsed arg value to a scoped config value and returns the processing result

Return

R result of processing the scope input

Author

fzzyhmstrs

Since

0.5.3

Parameters

scopeValue

V - the valid config result acquired from ResultProvider.getResult

argValue

String - parsed arg value for further parsing and application by this key